win rt game project to android [closed]
Posted
by
Inderjeet
on Game Development
See other posts from Game Development
or by Inderjeet
Published on 2012-11-07T06:53:11Z
Indexed on
2012/11/08
11:24 UTC
Read the original article
Hit count: 212
c++
I have develop game on windows for winrt in visual studio using cocos2d-x,i just want to port it to android in c++ in the guidance of
http://www.jesusbosch.com/2012/06/how-to-set-up-android-and-win32-cocos2d.html
this,but i get error while compilling the code on cygwin that errors are below
CYGWIN environment variable option "nodosfilewarning" turns off this warning. Consult the user's guide for more details about POSIX paths: http://cygwin.com/cygwin-ug-net/using.html#using-pathnames ERROR: Your GNUMAKE variable is defined to an invalid name: /usr/bin/make Please fix it to point to a valid make executable (e.g. /usr/bin/make)
i have install many times cygwin but did not have get make.exe in folder c:/cygwin/usr/bin
how can i overcome from this error
Thanks Inderjeet Kumar
© Game Development or respective owner